Skip to main content
GET
Get Placement

Authorizations

Authorization
string
header
required

Bearer authentication. Pass the access token in the Authorization: Bearer <token> header.

Path Parameters

placement_id
string<uuid>
required

Response

Successful Response

Response schema for Placement read operations — includes creator name.

created_at
string<date-time>
required

The date and time when the placement was created.

created_by
string<uuid>
required

The ID of the user who created the placement.

id
string<uuid>
required

Unique identifier for the placement (UUID v4).

name
string
required

Human-readable name of the placement.

updated_at
string<date-time>
required
ad_unit_ids
string<uuid>[]

List of ad unit IDs associated with this placement.

Maximum array length: 1000
created_by_name
string | null

The name of the user who created the placement.

description
string | null

Optional description of the placement.

ext
any | null

Extension field for additional placement-specific data.

no
integer | null
status
enum<string>
default:INACTIVE

Operational status of the placement. Defaults to Inactive.

Available options:
ACTIVE,
INACTIVE,
ARCHIVED